home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.002 / stk-3 / STk-3.1 / Extensions / %README next >
Encoding:
Text File  |  1995-12-13  |  1.3 KB  |  36 lines

  1. Extensions directory
  2. --------------------
  3.  
  4. This file contains extensions of the core interpreter which can be dynamically
  5. loaded. See the file README in the release main directory to see the systems
  6. for which dynamic loading support exists.
  7.  
  8. Two extensions are provided as exemples:
  9.  
  10.     - stack.c: a (very simple) package providing the stack type to the 
  11.       interpreter. This package is presented in the documentation
  12.       about STk interpreter extension.
  13.     - when.c: an implementation of when and unless
  14.  
  15. Other extensions ar more "useful":
  16.  
  17.     - stklos.c + gf.c: all that is necessary for STklos
  18.     - hash.c: a package for hash-table in Scheme (the one used by STklos)
  19.     - pixmap.c: an extension for adding the XPM (pixmap) format to Tk4.0
  20.       This extension is due to:
  21.         Harald Albrecht
  22.         albrecht@igpm.rwth-aachen.de
  23.         Institut fuer Geometrie und Praktische Mathematik, RWTH Aachen
  24.         Aachen, Germany
  25.     - html.c: a little extensions useful for (fast) html management
  26.     - process.c: an extension which provide process access to STk
  27.     - posix.c: a set of POSIX.1 fucntions for STk. Must be completed
  28.     - socket.c: simple support (and hence limited) for sockets. It allows you
  29.       to make simple clients and servers program using TCP/IP
  30.     - sregexp.c Regular expressions
  31.  
  32.  
  33. For more informations on extension building, read the document "Extending the
  34. STk Interpreter" provided with the package.
  35.  
  36.